Add guided choice poster builder - #86
Open
a5sh wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
posterium-frontend | 189212d | Commit Preview URL Branch Preview URL |
Jun 29 2026, 05:12 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
/build/simpleroute using the BetterPosters-style centered card over a scrolling poster grid.Description
SimpleChoiceBuilderatsrc/components/builder/SimpleChoiceBuilder.tsxthat renders an editable question, add/remove choice controls, selected-choice toggles, generated SVG poster-tile backdrop (data-URI), and a live preview of the resulting poster choice.src/pages/build/simple.astrothat mounts the component withclient:only="react", includes page SEO metadata, and exposes the page at/build/simple.src/styles/global.cssto implement the dark full-screen layout, scrolling poster grid background, radial overlay, centered glass card, responsive rules, and preview styles to match the requested layout.arialabels on the builder and preview, and an emptyjsonLdarray in the page frontmatter to avoid build-time schema errors.Testing
npm run buildand the static site build completed successfully (built/build/simple.html).npm run typecheckbut TypeScript checks are blocked by pre-existing, unrelated type errors elsewhere in the repo (observed failures in admin/dashboard-related files), so a full typecheck of the new files could not be validated end-to-end.libatk-1.0.so.0, preventing headless Chromium screenshot validation.Codex Task